home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / catlist.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-04-26  |  596b  |  21 lines

  1. @ECHO OFF
  2. CLS
  3. REM                           ******************************
  4. REM                           ***        CatList         ***
  5. REM                           ******************************
  6. REM
  7. ECHO  Creating "\SCREENS" sub-directory
  8. mkdir AFILES
  9. mkdir SCREENS
  10. pkunzip screens screens
  11. erase screens.zip
  12. echo Finished...
  13. PAUSE
  14. echo  Be sure to read the docs and edit the CFG files for your
  15. echo  particular BBS.  Make sure the PATHs in your CFG files are
  16. echo  correct.
  17. echo  .
  18. echo  Thanks for trying CatList
  19. echo  Copyright 1992-93, PAROLE Software and Dennis Maidon
  20.  
  21.